home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Demo / Elearn / Fizica / vol2 / interfata.swf / scripts / DefineButton2_260 / BUTTONCONDACTION on(press).as
Text File  |  2005-01-03  |  155b  |  8 lines

  1. on(press){
  2.    if(_parent.continer._y - 40 < _parent.mask._y)
  3.    {
  4.       _parent.continer._y += 40;
  5.       scr._y -= 40 * _parent.ratio / 100;
  6.    }
  7. }
  8.